win32 theme: Add a hack that selects the right font on Windows 8
authorBenjamin Otte <otte@gnome.org>
Mon, 15 Feb 2016 05:48:48 +0000 (06:48 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 17 Feb 2016 03:36:30 +0000 (04:36 +0100)
Someone needs to figure out why the default font is wrong.

gtk/theme/win32/gtk-win32-base.css

index ead3c574799cc7845e9a63f71e44c6b271b1e0b7..6e00067cfcc00ca3e1b9dffc554928a7dac83fc8 100644 (file)
@@ -22,6 +22,9 @@
 
 .background,
 viewport {
+    /* XXX: This should be the default, but isn't?! */
+    font-family: "Segoe UI", Sans;
+    font-size: 9px;
     background-color: @bg_color;
     color: -gtk-win32-color(button, 18);
     border-color: shade (@bg_color, 0.6);